Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / PropertyChangedEventArgs<T> Class / OldValue Property

In This Topic
    OldValue Property (PropertyChangedEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    'Declaration
     
    
    Public Property OldValue As T
    public T OldValue {get; set;}
    See Also